T1
Burst collection (abstract) type
T2
ZoneDefinition enumeration type
Keysight Pathwave 89600 VSA .NET API
Zone<T1,T2> Class
Members  See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace : Zone<T1,T2> Class


Glossary Item Box

Base class that contains properties and members to control the OFDMA common zone measurement features.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class Zone
    (Of T1 As RemotableObject,
     T2) 
   Inherits NamedItemBase
   Implements Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 
C# 
public abstract class Zone<T1,T2> : NamedItemBase, Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3  
where T1: RemotableObject
C++/CLI 
generic<typename T1>
generic<typename T2>
public ref class Zone abstract : public NamedItemBase, Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3  
where T1: RemotableObject

Type Parameters

T1
Burst collection (abstract) type
T2
ZoneDefinition enumeration type

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also